GetCredentialsRequest

data class GetCredentialsRequest(authenticatorId: AuthenticatorId)

Represents request frame that can be used with WebAuthn#getCredentials operation call.

Returns all the credentials stored in the given virtual authenticator.

See also

Constructors

GetCredentialsRequest
Link copied to clipboard
fun GetCredentialsRequest(authenticatorId: AuthenticatorId)

Properties

authenticatorId
Link copied to clipboard
val authenticatorId: AuthenticatorId

Sources

jvm source
Link copied to clipboard